home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 13567 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  820 b 

  1. Path: lassen.cnw.com!matt!matt
  2. From: matt@matt.fidalgo.net (Matt Gischer)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: <conio.h> stuff for C under LINUX
  5. Date: Mon, 8 Apr 1996 22:31:19 GMT
  6. Organization: Uncle Fran's Musical Forest
  7. Message-ID: <DpKEK8.s0@matt.fidalgo.net>
  8. References: <4jqqao$lf7@mogan.cc.metu.edu.tr>
  9. NNTP-Posting-Host: fidnet-30.fidalgo.net
  10. X-Newsreader: TIN [UNIX 1.3 BETA-950824-color PL0]
  11.  
  12. channel sanderson (e089549@orca.cc.metu.edu.tr) wrote:
  13. :     I use gotoxy() and clrscr() with C/C++ programs for my 
  14. :PC but my school requires that the program will run under UNIX. 
  15. :Are there ansi-c equivalents andif so what are they.  If not how
  16. :should I implement these.   Much thanx for yourattention.  C.S..
  17.  
  18. There is a conio library on tsx-11.mit.edu.. it uses curses to 
  19. basically emulate the conio.h functions.
  20.